home *** CD-ROM | disk | FTP | other *** search
-
- #import "MiscGaugeView.subproj/MiscGaugeView.h"
- #import "MiscGaugeView.subproj/MiscGaugeCell.h"
- #import <apps/InterfaceBuilder.h>
-
- @interface MiscGaugePalette : IBPalette
- {
- id gauge1; // The gauge on the left.
- id gauge2; // The gauge on the right.
- }
-
- - finishInstantiate;
-
- @end
-
-
- @interface MiscGaugeCell (IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
-
- @interface MiscGaugeView (IBInspector)
-
- - (const char *)getInspectorClassName;
-
- @end
-
-